From: Christoph Egger Date: Wed, 25 Apr 2012 10:21:25 +0000 (+0100) Subject: tools/firmware: pass PYTHON as an env var to sub-makes in this subtree X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8560 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=57c15d9691047ef84789e37e4f860a92372470cd;p=xen.git tools/firmware: pass PYTHON as an env var to sub-makes in this subtree This fixes the Seabios build on platforms where just "python" is not correct, which includes NetBSD. Signed-off-by: Christoph Egger Acked-by: Ian Campbell Committed-by: Ian Jackson --- diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile index bfef1ab5b3..aff8e564e9 100644 --- a/tools/firmware/Makefile +++ b/tools/firmware/Makefile @@ -32,7 +32,7 @@ ifeq ($(CONFIG_ROMBIOS),y) false ; \ fi endif - $(MAKE) subdirs-$@ + $(MAKE) PYTHON=$(PYTHON) subdirs-$@ .PHONY: install